VtGetValues widgetName [option]
Returns the value of the specified option for the given widget. Only options which have a "G" next to the option name in the command reference can be retrieved with VtGetValues. Only one option can be retrieved at a time.
A valid option for the specified widget.
set label [VtGetValues $myLabel -label]
Returns the label string for the widget $myLabel
.
See also VtSetValues.